@charset 'utf-8';

/* reset */
body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
ul,
ol,
p {
  margin: 0;
}
ul,
ol,
th,
td,
input,
textarea {
  padding: 0;
}
body {
  font-family: 'Microsoft YaHei';
  font-size: 0;
}
table {
  border-collapse: collapse;
}
img,
iframe {
  border: 0;
}
ol,
ul {
  list-style: none;
}
i,
em {
  font-style: normal;
}
strong {
  font-weight: normal;
}
input,
select,
textarea {
  font-family: 'Microsoft YaHei';
}
textarea {
  overflow: auto;
  resize: none;
}
a {
  text-decoration: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #dbdbdb;
}
input:-moz-placeholder,
textarea::-moz-placeholder {
  font-size: 14px;
  color: #dbdbdb;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  font-size: 14px;
  color: #dbdbdb;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #dbdbdb;
}

/***************** m-title START **************************/
.m-title {
  padding-top: 26px;
}
.m-title .CH {
  font-size: 24px;
  line-height: 36px;
  color: #0b59d0;
}
.m-title .EN {
  padding-bottom: 10px;
  font: 16px/22px 'Times New Roman';
  font-weight: bold;
  color: #333;
}
.m-title .lineIn {
  top: 29px;
  right: 0;
  width: 100%;
  height: 3px;
  background-color: #0b59d0;
}
.m-title .lineOut {
  top: 1px;
  left: 50%;
  margin-left: -600px;
  z-index: -1;
  width: 1200px;
  border-top: dashed 1px #ddd;
}
.m-title .more {
  font-size: 14px;
  line-height: 40px;
  color: #999;
}
/***************** m-title END   **************************/

/***************** header-box START **************************/
.header-box .m-top .area {
  height: 100px;
}
.header-box .m-top .logo{
margin-top:15px;
}
.header-box .tele {
  margin-top: 27px;
}
.header-box .tele .u-icon {
  width: 45px;
  height: 42px;
  margin: 4px 13px 0 -58px;
  background: url(../images/icon/icon.png) 0 0;
}
.header-box .tele .name {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
.header-box .tele .inf {
  font-size: 28px;
  line-height: 30px;
  color: #0b59d0;
}

.header-box .m-bottom {
  border-top: solid 1px #d9d9d9;
}
.m-nav {
  width: 1003px;
}
.header-box .m-bottom .consult {
  width: 197px;
}

.u-ul-nav {
  background-color: #fff;
}
.u-li-nav {
  width: 14%;
}
.u-li-nav .u-a {
  overflow: hidden;
}

.u-li-nav > .u-a {
  font-size: 16px;
  line-height: 54px;
  color: #323232;
  display: block;
  width: 100%;
  height: 100%;
}
.u-li-nav > .u-a:hover {
  background-color: #0b59d0;
  color: #fff;
}
.current {
  background-color: #0b59d0;
  color: #fff !important;
}
.u-li-nav .subnav {
  top: 53px;
  left: 0;
  z-index: 10;
  /* padding-bottom: 10px; */
  /* border-bottom: solid 1px #d9d9d9; */
  background-color: #fff;
}
.u-li-nav .subnav .u-a {
  font-size: 14px;
  line-height: 30px;
  color: #323232;
}
.u-ul-nav .u-cutline:after {
  height: 16px;
  border-right: solid 1px #e6e6e6;
}
.u-ul-nav .u-underline:after {
  bottom: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 63px;
  border-top: solid 2px transparent;
}
.u-ul-nav .hover > .u-a {
  color: #0b59d0;
}
.u-ul-nav .hover > .u-underline:after {
  border-color: #0b59d0;
}
.u-li-nav .subnav .u-a:hover {
  color: #0b59d0;
}

.header-box .consult li {
  width: 50%;
  height: 54px;
}
.header-box .consult .u-cutline:after {
  height: 16px;
  border-right: solid 1px #ec9090;
}
.header-box .consult .u-icon {
  width: 34px;
  height: 34px;
  margin: 11px auto;
  background: url(../images/icon/icon.png);
}
.header-box .consult .qq .u-icon {
  background-position: -45px 0;
}
.header-box .consult .weixin .u-icon {
  background-position: -45px -35px;
}
.header-box .consult .qq .u-icon:hover {
  background-position: -79px 0;
}
.header-box .consult .weixin .u-icon:hover {
  background-position: -79px -35px;
}
.header-box .m-bottom .bg {
  top: 0;
  right: 0;
  width: 50%;
  height: 54px;
  background-color: #0b59d0;
}

.header-box .consult .weixin .u-icon:hover .img-weixin {
  display: block;
}
.header-box .consult .img-weixin {
  top: 65px;
  left: -15px;
  border-top: solid 1px #7e8b91;
}
.header-box .consult .img-weixin img {
  width: 111px;
  height: 111px;
  border: solid 10px #fff;
}
.header-box .consult .img-weixin .arrow {
  top: -6px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: solid 4px transparent;
  border-right: solid 4px transparent;
  border-bottom: solid 6px #fff;
}
/***************** header-box END   **************************/

/***************** banner-box START **************************/
.banner-box .u-img {
  height: 600px;
}
.u-pag-banner {
  bottom: 26px;
  left: 0;
}
.u-pag-banner span {
  display: inline-block;
  width: 20px;
  height: 4px;
  margin: 0 6px;
  background-color: #fff;
}
.u-pag-banner .selected span {
  background-color: #0b59d0;
}
/***************** banner-box END   **************************/

/***************** m-search START **************************/
.m-search {
  background-color: #f7f7f7;
display: none;
}
.search-left .u-icon {
  width: 15px;
  height: 21px;
  margin: -5px 14px 0 0;
  background: url(../images/icon/icon.png) -24px -42px;
}
.search-left .ctn {
  font-size: 14px;
  line-height: 60px;
  color: #333;
}
.search-left .ctn .u-a {
  margin-right: 20px;
  color: #808080;
}
.search-left .ctn .u-a:hover {
  color: #333;
}

.search-right {
  width: 379px;
  margin: 13.5px 0;
  border: solid 1px #dbdbdb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.search-right input[type='text'],
.search-right input[type='button'] {
  border: none;
  outline: none;
}
.search-right input[type='text'] {
  width: 282px;
  height: 31px;
  background-color: #fff;
  font-size: 14px;
  line-height: 31px;
  color: #808080;
  text-indent: 14px;
}
.search-right input[type='button'] {
  width: 97px;
  height: 31px;
  background-color: #0b59d0;
  font-size: 14px;
  line-height: 31px;
  color: #fff;
}
/***************** m-search END   **************************/

/***************** m-prod START **************************/
.m-prod .content {
  margin-top: 10px;
}
.m-prod .tabBtn {
  width: 1224px;
}
.m-prod .tabBtn li {
  float: left;
  width: 178px;
  margin-right: 24px;
  border: solid 1px #efefef;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-size: 14px;
  line-height: 36px;
  color: #666;
  cursor: pointer;
}
.m-prod .tabCtn {
  height: 632px;
  margin-top: 43px;
}
.m-prod .item-tabCtn {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.m-prod .item-tabCtn ul {
  width: 1212px;
}
.m-prod .item-tabCtn li {
  float: left;
  width: 388px;
  margin: 0 12px 18px 0;
}
.m-prod .item-tabCtn li .u-img {
  height: 241px;
  border: solid 1px #dbdbdb;
}
.m-prod .item-tabCtn li .name {
  font-size: 16px;
  line-height: 55px;
  color: #333;
}
.m-prod .tabBtn .active {
  background-color: #0b59d0;
  color: #fff;
}
.m-prod .tabCtn .active {
  opacity: 1;
  z-index: 100 !important;
}
.m-prod .item-tabCtn li:hover .u-img {
  border-color: #0b59d0;
}
.m-prod .item-tabCtn li:hover .name {
  color: #0b59d0;
}
/***************** m-prod END   **************************/

/***************** m-profile START **************************/
.m-profile {
  padding-top: 47px;
  background-color: #f5f5f5;
}
.m-profile .u-img {
  width: 524px;
  height: 338px;
}
.m-profile .m-article {
  height: 338px;
  margin-left: 524px;
}
.m-profile .m-article .tit {
  padding: 21px 0 27px 0;
}
.m-profile .m-article .tit .CH,
.tit-case .CH {
  font-size: 24px;
  line-height: 28px;
  color: #363636;
}
.m-profile .m-article .tit .EN,
.tit-case .EN {
  font-size: 12px;
  line-height: 20px;
  color: #666;
}
.m-profile .m-article .tit .icon,
.tit-case .icon {
  width: 8px;
  margin: 0 7px 0 57px;
}
.m-profile .m-article .tit .icon-line,
.tit-case .icon-line {
  width: 4px;
  height: 42px;
  background-color: #0b59d0;
}
.m-profile .m-article .tit .icon-arrow,
.tit-case .icon-arrow {
  top: 0;
  bottom: 0;
  left: 4px;
  margin: auto 0;
  width: 0;
  height: 0;
  border-top: solid 4px transparent;
  border-bottom: solid 4px transparent;
  border-left: solid 4px #0b59d0;
}
.m-profile .m-article .ctnWrap {
  top: 96px;
  left: 0;
  width: 100%;
  height: 321px;
  background-color: #fff;
}
.m-profile .m-article .ctn {
  height: 144px;
  overflow: hidden;
  margin: 40px 35px 0 61px;
  font-size: 14px;
  line-height: 24px;
  color: #808080;
}
.m-profile .m-article .ctnWrap .u-a-wrap {
  width: 138px;
  margin: 20px 0 0 57px;
  border: solid 1px #dbdbdb;
  font-size: 14px;
  line-height: 37px;
  color: #808080;
}
.m-profile .m-article .ctnWrap .u-a-wrap:hover {
  color: #fff;
  background-color: #0b59d0;
}
.m-profile .m-article .floatImg {
  height: 210px !important;
  bottom: -33px;
  right: -220px;
}
.m-profile .m-bottom {
  height: 79px;
  background-color: #0b59d0;
}
/***************** m-profile END   **************************/

/***************** m-case START **************************/
.m-case {
  height: 457px;
  background-color: #0b59d0;
}
.tit-case {
  padding: 25px 0 10px 0;
  border-bottom: solid 1px rgba(255,255,255,0.9)
}
.tit-case .CH {
  color: #fff;
}
.tit-case .EN {
  color: #fff;
}
.tit-case .icon {
  margin-left: 0;
}
.tit-case .icon-line {
  background-color: #fff;
}
.tit-case .icon-arrow {
  border-left-color: #fff;
}
.tit-case .more {
  font-size: 14px;
  line-height: 48px;
  color: #fff;
}

.m-case .content {
  margin-top: 48px;
}
.m-case .content li {
  width: 290px;
  margin: 0 5px;
}
.m-case .content li .u-img {
  height: 238px;
  border: solid 4px #fff;
}
.m-case .content li .name {
  font-size: 16px;
  line-height: 50px;
  color: #fff;
}
/***************** m-case END   **************************/

/***************** m-news START **************************/
.m-news .content {
  padding-bottom: 60px;
}
.u-li-news {
  padding: 16px 0;
  border-bottom: solid 1px #e6e6e6;
}
.u-li-news .init {
  margin-right: 90px;
  font-size: 16px;
  line-height: 36px;
  color: #4c4c4c;
}
.u-li-news .init .date {
  top: 0;
  right: -90px;
  font-size: 14px;
  color: #999;
}
.u-li-news .hover .date-l {
  width: 88px;
  height: 88px;
  border: solid 1px #0b59d0;
  color: #0b59d0;
}
.u-li-news .hover .date-l .m {
  margin-top: 15px;
  font-size: 14px;
  line-height: 20px;
}
.u-li-news .hover .date-l .d {
  font-size: 30px;
  line-height: 40px;
}
.u-li-news .hover .m-article {
  margin-left: 137px;
}
.u-li-news .hover .m-article .tit {
  margin-right: 90px;
  padding-bottom: 2px;
  font-size: 16px;
  line-height: 30px;
  color: #0b59d0;
}
.u-li-news .hover .m-article .date {
  top: 0;
  right: -90px;
  font-size: 14px;
  color: #999;
}
.u-li-news .hover .m-article .ctn {
  height: 44px;
  overflow: hidden;
  padding-top: 10px;
  border-top: solid 1px #dbdbdb;
  font-size: 14px;
  line-height: 22px;
  color: #0b59d0;
}
.u-li-news:hover .init {
  display: none;
}
.u-li-news:hover .hover {
  display: block;
}
/***************** m-news END   **************************/

/***************** footer-box START **************************/
.footer-box {
  background-color: #434343;
}
.footer-box .m-top .area {
  height: 313px;
}
.footer-box .contact {
  top: 0;
  left: 0;
  width: 363px;
}
.footer-box .contact .tit,
.footer-box .message .tit {
  padding: 30px 0 9px 0;
  border-bottom: solid 1px #666;
  font-size: 24px;
  line-height: 36px;
  color: #d9d9d9;
}
.footer-box .contact .ctn {
  margin-top: 10px;
  font-size: 14px;
  line-height: 36px;
  color: #ccc;
}
.footer-box .contact .addr:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 21px;
  margin-right: 17px;
  background: url(../images/icon/contact.png) 0 0;
  vertical-align: middle;
}
.footer-box .contact .tele:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 21px;
  margin-right: 16px;
  background: url(../images/icon/contact.png) -16px 0;
  vertical-align: middle;
}
.footer-box .contact .fax:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 12px;
  margin-right: 14px;
  background: url(../images/icon/contact.png) -33px 0;
  vertical-align: middle;
}
.footer-box .contact .mail:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 12px;
  background: url(../images/icon/contact.png) -52px 0;
  vertical-align: middle;
}

.footer-box .message {
  top: 0;
  right: 0;
  width: 710px;
}
.footer-box .message .ctn {
  margin-top: 20px;
}
.footer-box .message label {
  font-size: 16px;
  line-height: 30px;
  color: #cbcbcb;
}
.footer-box .message input,
.footer-box .message textarea {
  border: solid 1px #666;
  background-color: transparent;
  outline: none;
  color: #cbcbcb;
  text-indent: 10px;
}
.footer-box .message .inputWrap,
.footer-box .message .tAreaWrap {
  margin-bottom: 16px;
}
.footer-box .message .inputWrap input {
  width: 254px;
  height: 28px;
  font-size: 14px;
  line-height: 28px;
}
.footer-box input::-webkit-input-placeholder,
.footer-box textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #666;
}
.footer-box input:-moz-placeholder,
.footer-box textarea::-moz-placeholder {
  font-size: 14px;
  color: #666;
}
.footer-box input::-moz-placeholder,
.footer-box textarea::-moz-placeholder {
  font-size: 14px;
  color: #666;
}
.footer-box input:-ms-input-placeholder,
.footer-box textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #666;
}
.footer-box .message textarea {
  width: 642px;
  height: 48px;
}
.footer-box .message .vryWrap input[type='text'] {
  width: 127px;
  height: 28px;
}
.footer-box .message .verifyCode {
  height: 30px;
  margin-left: 44px;
}
.footer-box .message .vryWrap input[type='button'] {
  width: 112px;
  border: none;
  outline: none;
  background-color: #0b59d0;
  font-size: 16px;
  line-height: 35px;
  color: #fff;
  text-indent: 0;
}

.footer-box .copyright {
  font-size: 14px;
  line-height: 46px;
  color: #808080;
  background-color: #383838;
}
/***************** footer-box END   **************************/

/***************** m-leftNav START **************************/
.m-leftNav {
  width: 228px;
  margin-top: 46px;
  border: solid 1px #d9d9d9;
}
.m-leftNav .tit {
  padding: 13px 0 9px 0;
  border-bottom: dashed 1px #d9d9d9;
}
.m-leftNav .tit .CH {
  font-size: 24px;
  line-height: 36px;
  color: #0b59d0;
}
.m-leftNav .tit .EN {
  font-size: 14px;
  line-height: 28px;
  color: #666;
}
.u-ul-leftNav {
  padding: 20px 0;
}
.u-li-leftNav {
  margin: 10px 0;
}
.u-li-leftNav > .u-a-wrap {
  position: relative;
  z-index: 2;
  font-size: 16px;
  line-height: 40px;
  color: #666;
}

.u-li-leftNav .subnav li {
  margin: 10px 0;
}
.u-li-leftNav .subnav .u-a-wrap {
  font-size: 14px;
  line-height: 40px;
  color: #666;
}
.u-li-leftNav .subnav .u-a-wrap:hover {
  color: #0b59d0;
}

.u-li-leftNav .bg {
  position: absolute;
  top: 0;
  left: 0px;
  z-index: -1;
  width: 0;
  height: 40px;
  background-color: #0b59d0;
}
.u-li-leftNav .bg .u-icon {
  float: right;
  width: 4px;
  height: 10px;
  margin: 15px 10px 15px 0;
  background: url(../images/icon/icon.png) -39px -42px;
}
/***************** m-leftNav END   **************************/

/***************** m-posi START **************************/
.page-box {
  margin: 46px 0 0 300px;
}
.m-posi {
  border-bottom: solid 1px #dbdbdb;
  font-size: 14px;
  line-height: 42px;
  color: #808080;
}
.m-posi a {
  color: #808080;
}
.m-posi a:hover {
  color: #0b59d0;
}
.m-posi:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 20px;
  margin-right: 15px;
  background: url(../images/icon/icon.png) 0 -42px;
}
/***************** m-posi END   **************************/

/***************** m-prodLst START **************************/
.m-prodLst {
  margin-top: 24px;
}
.u-ul-prodLst {
  width: 915px;
  height: 948px;
}
.u-ul-prodLst li {
  float: left;
  width: 290px;
  margin: 0 15px 17px 0;
}
.u-ul-prodLst li .u-img {
  height: 242px;
  border: solid 1px #dbdbdb;
}
.u-ul-prodLst li .name {
  font-size: 16px;
  line-height: 55px;
  color: #333;
}
.u-ul-prodLst li:hover .u-img {
  border-color: #0b59d0;
}
.u-ul-prodLst li:hover .name {
  color: #0b59d0;
}
/***************** m-prodLst END   **************************/

/***************** m-newsLst START **************************/
.m-newsLst {
  margin-top: 17px;
}
.u-ul-newsLSt {
  height: 645px;
}
.u-ul-newsLSt li {
  padding: 12px 0;
  border-bottom: solid 1px #dbdbdb;
}
.u-ul-newsLSt li .tit {
  font-size: 16px;
  line-height: 28px;
  color: #323232;
}
.u-ul-newsLSt li .date {
  font-size: 14px;
  line-height: 28px;
  color: #999;
}
.u-ul-newsLSt li .ctn {
  height: 48px;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #999;
}
.u-ul-newsLSt li:hover .tit {
  color: #0b59d0;
}
/***************** m-newsLst END   **************************/

/***************** page-dtl START **************************/
.page-dtl {
  margin-top: 17px;
}
.page-dtl .tit {
  padding-top: 15px;
  font-size: 20px;
  line-height: 30px;
  color: #333;
}
.page-dtl .inf {
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #666;
}
.page-dtl .imgs {
  margin-bottom: 25px;
}
.page-dtl .imgs img {
  max-width: 100%;
}
.page-dtl .ctn {
  min-height: 160px;
  font-size: 16px;
  line-height: 20px;
  color: #666;
}
.page-dtl .paging {
  padding: 20px 0;
  border-top: solid 1px #dbdbdb;
}
.page-dtl .paging a {
  font-size: 16px;
  line-height: 20px;
  color: #666;
}
.page-dtl .paging a:hover {
  color: #0b59d0;
}

.img-dtl img {
  height: 260px;
}
.img-dtl .u-a-wrap {
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 2;
}
.img-dtl .img-prev {
  left: 0;
  width: 54px;
  height: 87px;
  background: url(../images/icon/pic-debtn.gif) 0 0;
}
.img-dtl .img-next {
  right: 0;
  width: 54px;
  height: 87px;
  background: url(../images/icon/pic-debtn.gif) -54px 0;
}
/***************** page-dtl END   **************************/


/****************** 2024-03-12 start*********************/
.leftNavActive .bg{
width:256px !important;
}
.leftNavActive a p{
color:#fff !important;
}
.u-li-leftNav  a p{
margin-left:0px !important;
}
.u-li-leftNav  a:hover .bg{
width:256px !important;
}
/****************** 2024-03-12 end*********************/
